From 154a5e55ab4b9c0b5a8b0d665148a93a5d4ebfec Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 31 May 2013 10:34:11 -0400 Subject: [PATCH] reftests: Switch test type to session-exclusive The reftests are sensitive to window focus, and will not work reliably if other concurrently executed tests are creating and closing windows. --- testsuite/reftests/reftests.test.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/reftests/reftests.test.in b/testsuite/reftests/reftests.test.in index 0ab222733e..bf58d43db1 100644 --- a/testsuite/reftests/reftests.test.in +++ b/testsuite/reftests/reftests.test.in @@ -1,3 +1,3 @@ [Test] Exec=/bin/sh -c "@pkglibexecdir@/installed-tests/gtk-reftest -k --verbose --output $(pwd) --directory @pkglibexecdir@/installed-tests/reftests" -Type=session +Type=session-exclusive -- 2.30.2